<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    text-decoration: none !important;
}	
	
	#container li {
	margin-left: 0; 
	margin-bottom: 0;
	list-style-image:none;
}

.marge-a-droite {
	margin-right: 35px;
}


/* Reset */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


.container &gt; header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container &gt; header {
	padding: 2.875em 1.875em 1.875em;
}

.container &gt; header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container &gt; header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container &gt; header nav {
	float: right;
}

.container &gt; header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container &gt; header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container &gt; header nav a:hover:after {
	opacity: 1;
}

.container &gt; header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {

	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container &gt; header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}


.icon-arrow-left:before {
	content: "\f060";
}
.cbp-hrmenu {
	width: 100%;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */

.cbp-hrsub-inner &gt; div &gt; ul {
	float: left;
    display: block;
 }

.cbp-hrmenu &gt; ul,
.cbp-hrmenu .cbp-hrsub-inner {

	width: 89%;
    max-width: 1112px;
    margin: 0 auto;
    padding-left: 128px;
}

.cbp-hrmenu &gt; ul &gt; li {
	display: table-cell;
}

.cbp-hrmenu &gt; ul &gt; li &gt; a {
	font-weight: 700;
	padding: 10px 15px 15px 15px;
	color: #999;
	display: block;
}

.cbp-hrmenu &gt; ul &gt; li &gt; a:hover {
	color: #47a3da;
}

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen a {

	color: #000;
	background: #ffffff;
}

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen a:hover {
	color: #000 !important;
	background: #f4de13 !important;
}

.option-en-cours &gt; a:nth-child(1) {
	color: #000 !important;
	background: #ffffff;
	font-weight:400;
	font:300 18px/28px "Open Sans", Roboto, -apple-system, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;	
	padding: 17px 13px 27px 13px;
}

.option-en-cours &gt; a:nth-child(1):hover {
	color: #000 !important;
	background: #f4de13 !important;
}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #FAFAFA;
	width: 100%;
	left: 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;-moz-box-shadow: 0px 5px 5px -5px #999;-webkit-box-shadow: 0px 5px 5px -5px #999;-o-box-shadow: 0px 5px 5px -5px #999;
	box-shadow: 0px 5px 5px -5px #999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
	padding-top: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner &gt; div {
	float: left;
	width: 22%;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 0 0 0.6em;
	margin: 0;
	font-size: 100%;
	text-transform:uppercase;
	font-weight: 300;
	
}


.cbp-hrsub h4 a {
	margin-bottom: 10px;
}

.cbp-hrsub h4 a:after {
	content:url(/img/2019/fleche.png) ;
	position:relative; 
	top:1px;
	
}

.cbp-hrsub a {
	padding:5px;
	border-radius:5px;
    background: #fafafa !important;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu &gt; ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu &gt; ul &gt; li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu &gt; ul &gt; li &gt; a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner &gt; div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}</pre></body></html>